Generates a local authentication key using the specified engine ID and authentication password.
Public Overloads Function GenerateLocalAuthenticationKey( _
ByVal () As Byte, _
ByVal () As Byte _
) As Byte()
Dim instance As User
Dim engineId() As Byte
Dim authenticationPassword() As Byte
Dim value() As Byte
value = instance.GenerateLocalAuthenticationKey(engineId, authenticationPassword)
public byte[] GenerateLocalAuthenticationKey(
byte[] ,
byte[]
)
public: byte[]* GenerateLocalAuthenticationKey(
byte[]* ,
byte[]*
)
public:
array<byte>^ GenerateLocalAuthenticationKey(
array<byte>^ ,
array<byte>^
)
Parameters
- engineId
- The EngineId to use for key generation. Cannot be a null reference (Nothing in Visual Basic) or empty.
- authenticationPassword
- The authentication password to use for key generation. Cannot be a null reference (Nothing in Visual Basic) or empty.
Return Value
A byte array containing the generated local authentication key dictated by
KeyExpansionAlgorithm.